home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / mp / gcclab.awk < prev    next >
Text File  |  1991-02-05  |  213b  |  13 lines

  1.  
  2.   /NEW_LABEL/ { lab++; next;}
  3.   /Lmylabel/  { at = index($0,"Lmylabel");
  4.               printf("%s%d%s\n", substr($0,1,at),lab,substr($0,at+1));
  5.               next;}
  6.  
  7.                 {print}
  8.  
  9.  
  10.  
  11.  
  12.               
  13.